@charset "UTF-8";
/* base */
@media print {
  a[href]:after {
    content: none !important;
  }
  .noprint {
    display: none;
  }
}
:root {
  --text-color:#333;
  --text-color-hvr:#dcaf3b;
  --on-color:rgba(0, 107, 190, 0.8);
  --bg-color:rgba(0, 107, 190, 0.8);
}

.txt-hover-def {
  color: #dcaf3b !important;
}

img {
  display: inline-block;
}

.local_box li {
  display: inline-block;
}

.clb {
  clear: both;
}

.h20 {
  height: 20px;
}

.w {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.radius {
  border-radius: 4px;
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

p {
  margin: 0;
}

.container {
  width: 1200px !important;
}

body {
  min-width: 1200px;
  color: #999;
  font-size: 14px;
  background: #fafafa;
}

.ui-sanjiao {
  width: 100%;
  padding-bottom: 100%;
  height: 50px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.ui-sanjiao:after {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  width: 200%;
  height: 200%;
  background: #9A0C14;
  -webkit-transform: rotate(410deg) translate(-86%);
      -ms-transform: rotate(410deg) translate(-86%);
          transform: rotate(410deg) translate(-86%);
}

.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
  background-color: #666 !important;
}

.text-overflow {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.box {
  overflow: hidden;
}

.box-shadow, #nry .m-gallery {
  -webkit-box-shadow: 1px 1px 6px 1px lightgrey;
          box-shadow: 1px 1px 6px 1px lightgrey;
}

ul {
  padding-left: 0;
  list-style: none;
}

a {
  color: #666;
  text-decoration: none !important;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-hd {
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #A9090F;
  margin-bottom: 20px;
}
.ui-hd .hd-name {
  float: left;
  font-size: 24px;
  color: #A9090F;
}
.ui-hd .hd-more {
  float: right;
  margin-top: 5px;
  color: #A9090F;
}
.ui-hd .hd-more a {
  color: #A9090F;
}

.ui-preTri {
  position: relative;
  padding-left: 12px;
}
.ui-preTri::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #999;
}

.ui-preTri-2 {
  position: relative;
  padding-left: 12px;
}
.ui-preTri-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: #666;
}
.ui-preTri-2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: #666;
}
.ui-preTri-2:hover::before, .ui-preTri-2:hover::after {
  border-left-color: #9A0C14;
}

.ui-preDot {
  position: relative;
  padding-left: 12px;
}
.ui-preDot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #ddd;
  border-radius: 50%;
}

.list {
  list-style: none;
}
.list li {
  height: 36px;
  line-height: 36px;
  padding-right: 100px;
  position: relative;
}
.list li a {
  display: block;
  font-size: 14px;
}
.list li a:hover {
  color: #9A0C14;
}
.list li .time {
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
}

.g-bd {
  margin: 30px auto;
}

.g-sd {
  min-height: 330px;
}

.g-mn {
  min-height: 735px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .sj {
    display: none;
  }
  #header {
    height: 500px;
  }
}
@media (max-width: 768px) {
  body {
    width: 100%;
    min-width: auto;
  }
  .column-list {
    padding-bottom: 20px !important;
    margin-bottom: 20px;
  }
  .container {
    width: 100% !important;
  }
  .g-sd {
    display: none;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .g-mn {
    width: 100% !important;
  }
  .pc {
    display: none;
  }
  #nry .g-mn {
    padding: 20px 0 !important;
  }
}
.scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
.scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: #f5f5f5;
  background: #bad3ec; /*设置滚动条颜色*/
}
.scrollbar ::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: #f5f5f5;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

/* header */
/* header */
#header {
  background: url(/newsy/static/img/bg.png) bottom no-repeat;
  width: 100%;
  background-size: cover;
}

.pc .g-hd .hd-top {
  background: #e1e2e6;
  height: 35px;
  line-height: 35px;
}
.pc .g-hd .container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.pc .g-hd .m-logo {
  position: absolute;
  top: 118px;
  text-align: center;
  width: 100%;
}
.pc .g-hd .m-logo img {
  max-width: 100%;
}
.pc .g-hd .top {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 35px;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pc .g-hd .top-txt {
  float: left;
  color: #2c5ec0;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
}
.pc .g-hd .top-txt2 {
  position: absolute;
  top: 250px;
  margin: auto;
  left: 0;
  right: 0;
}
.switch {
  display: inline-block;
  width: 258px;
  height: 36px;
  background-color: var(--bg-color);
  border-radius: 11px;
  margin-left: 20px;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;  position: absolute !important;right: 100px;top: 20px;z-index: 100;
}
.switch i {
  width: 1px;
  height: 15px;
  line-height: 70px;
  background: #fff;
  display: inline-block;
}
.switch a {
  display: block;
  width: 49%;
  color: #fff;
}
.switch a:hover {
  color: var(--text-color-hvr);
}
.pc .g-hd .m-search {
  position: absolute;
  top: 325px;
  z-index: 99;
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  width: 560px;
  height: 48px;
  line-height: 48px;
  border-radius: 10px;
}
.pc .g-hd .m-search .search_btn {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 90px;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 25px;
  letter-spacing: 1px;
  background: url(/newsy/static/img/btnbg.png) 100% 100%;
  background: var(--bg-color);
}
.pc .g-hd .m-search .search_btn:hover {
  color: var(--text-color-hvr);
}
.pc .g-hd .m-search .search_text {
  height: 48px;
  line-height: 48px;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 100px;
  padding-left: 10px;
  border: 1px solid #ccc;
  outline: none;
  background-color: rgba(255, 255, 255, 0.6);
}
.pc .g-hd .m-search .search_text::-webkit-input-placeholder {
  color: #fff;
}
.pc .g-hd .m-login {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  line-height: 30px;
  z-index: 99;
}
.pc .g-nav {
  position: relative;
  margin-top: -70px;
  height: 70px;
  line-height: 70px;
  background-color: rgba(0, 107, 190, 0.8);
}
.pc .g-nav .wrapper {
  position: relative;
  margin: auto;
}
.pc .g-nav .nav {
  position: relative;
  z-index: 2;
  height: 70px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pc .g-nav .nav a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  display: block;
  letter-spacing: 0;
  color: #fff;
}
.pc .g-nav .nav .nLi {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
}
.pc .g-nav .nav .nLi + .nLi:before {
  content: "";
  width: 1px;
  height: 15px;
  line-height: 70px;
  background: #fff;
  display: inline-block;
}
.pc .g-nav .nav .nLi h3 {
  display: inline-block;
  margin: 0;
}
.pc .g-nav .nav .nLi h3 a {
  width: 100px;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  display: block;
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 27px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.pc .g-nav .nav .nLi.on h3 a {
  color: #dcaf3b;
}
.pc .g-nav .nav .sub {
  line-height: 32px;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 100%;
  height: auto;
  padding: 0 20px;
  text-align: center;
  border-radius: 0 0 4px 4px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #2d69b8;
  white-space: nowrap;
}
.pc .g-nav .nav .sub li {
  zoom: 1;
}
.pc .g-nav .nav .sub li:nth-child(1) {
  margin-top: 10px;
}
.pc .g-nav .nav .sub li:nth-last-child(1) {
  margin-bottom: 10px;
}
.pc .g-nav .nav .sub a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  text-align: center;
  color: #666;
}
.pc .g-nav .nav .sub a:hover {
  color: #2d69b8 !important;
}

.sj .g-hd {
  background: url(/newsy/static/img/sjhdbg.png) no-repeat;
  background-size: cover;
}
.sj .g-hd .hd-top {
  background: #e1e2e6;
  height: 35px;
  line-height: 35px;
}
.sj .g-hd .container {
  position: relative;
  overflow: hidden;
  height: 180px;
}
.sj .g-hd .m-logo {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  margin: auto;
}
.sj .g-hd .m-logo img {
  width: 210px;
  max-width: 60%;
  max-width: 100%;
}
.sj .g-hd .top-txt2 {
  position: absolute;
  bottom: 62px;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: bold;text-shadow: 1px 1px 1px #555;
}
.sj .g-hd .switch {
  display: inline-block;
  width: 187px;
  height: 36px;
  background-color: #5b87d4;
  opacity: 0.83;
  border-radius: 11px;
  margin-left: 20px;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sj .g-hd .switch i {
  width: 1px;
  height: 15px;
  line-height: 70px;
  background: #fff;
  display: inline-block;
}
.sj .g-hd .switch a {
  display: block;
  width: 49%;
  color: #fff;
}
.sj .g-hd .m-search {
  position: absolute;
  top: 325px;
  z-index: 99;
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  width: 560px;
  height: 48px;
  line-height: 48px;
}
.sj .g-hd .m-search .search_btn {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 90px;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 25px;
  letter-spacing: 1px;
  background: url("/newsy/static/img/btnbg.png") 100% 100%;
  opacity: 0.9;
}
.sj .g-hd .m-search .search_text {
  height: 48px;
  line-height: 48px;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 50px;
  padding-left: 10px;
  border: 1px solid #ccc;
  outline: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.sj .g-hd .m-search .search_text::-webkit-input-placeholder {
  color: #fff;
}
.sj .g-hd .m-login {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  line-height: 30px;
  z-index: 99;
}
.sj .menu-btn {
  position: absolute;
  color: #fff;
  font-size: 24px;
  right: 20px;
  top: 20px;
  z-index: 9999;
}
.sj .g-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(45, 105, 184, 0.8);
  z-index: 999;
}
.sj .g-nav .wrapper {
  position: relative;
  margin: auto;
}
.sj .g-nav .nav {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.sj .g-nav .nav a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  display: block;
  letter-spacing: 0;
  color: #fff;
}
.sj .g-nav .nav .nLi {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
}
.sj .g-nav .nav .nLi h3 {
  display: inline-block;
  margin: 0;
}
.sj .g-nav .nav .nLi h3 a {
  width: 100px;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  display: block;
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 27px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.sj .g-nav .nav .nLi.on h3 a {
  color: #dcaf3b;
}
.sj .g-nav .nav .sub {
  line-height: 32px;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 100%;
  height: auto;
  padding: 0 20px;
  text-align: center;
  border-radius: 0 0 4px 4px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #2d69b8;
  white-space: nowrap;
}
.sj .g-nav .nav .sub li {
  zoom: 1;
}
.sj .g-nav .nav .sub li:nth-child(1) {
  margin-top: 10px;
}
.sj .g-nav .nav .sub li:nth-last-child(1) {
  margin-bottom: 10px;
}
.sj .g-nav .nav .sub a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  text-align: center;
  color: #666;
}
.sj .g-nav .nav .sub a:hover {
  color: #2d69b8 !important;
}

/* footer */
.g-footer {
  background: #4B4F50;
  background-size: cover;
  color: #fff;
}
.g-footer br {
  display: none;
}
.g-footer .m-yqlj {
  background: #606364;
  line-height: 54px;
  padding-top: 10px;
}
.g-footer .m-yqlj .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.g-footer .m-yqlj .btn-default {
  background: none;
  color: #fff;
  border: 0;
  outline: none;
}
.g-footer .ft-bottom {
  padding: 20px 0;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-footer .ft-bottom * {
  margin-bottom: 4px;
}
.g-footer .ft-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g-footer .ft-1 img {
  margin-right: 10px;
}
.g-footer .ft-2 {
  margin-bottom: 10px;
}
.g-footer .ft-2 p:nth-child(2) {
  text-indent: 16px;
}
.g-footer .ft-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-footer .ft-3 .ft-3-item {
  padding: 0 6px;
  text-align: center;
}

@media (max-width: 768px) {
  .g-footer br {
    display: block;
  }
  .g-footer .ft-2 p:nth-child(2) {
    text-indent: 0;
  }
}
/* homePage */
#homePage.pc .ty-hd {
  position: relative;
  display: block;
  border-left: 0;
  border-right: 0;
  line-height: 30px;
  margin-bottom: 20px;
}
#homePage.pc .ty-hd:hover {
  color: var(--bg-color);
}
#homePage.pc .ty-hd .icon {
  margin-right: 10px;
}
#homePage.pc .ty-hd .hd-1 {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #2d69b8;
}
#homePage.pc .ty-hd .hd-2 {
  font-size: 16px;
  opacity: 0.7;
}
#homePage.pc .ty-hd .hd-more {
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
}
#homePage.pc .ty-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#homePage.pc .ty-list li {
  position: relative;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
}
#homePage.pc .ty-list li a {
  display: block;
}
#homePage.pc .ty-list li a:hover {
  color: var(--bg-color);
}
#homePage.pc .ty-list .time {
  font-size: 14px;
  right: 0;
  float: right;
  margin-left: 10px;
}
#homePage.pc .box {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
}
#homePage.pc .topNews {
  display: block;
  margin-bottom: 20px;
}
#homePage.pc .topNews .left {
  margin-right: 20px;
  float: left;
}
#homePage.pc .topNews .rq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 42px;
  border: solid 1px #408cd3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#homePage.pc .topNews .rq .y {
  font-size: 13px;
  letter-spacing: 0px;
  color: #2d69b8;
  line-height: 1em;
}
#homePage.pc .topNews .rq .r {
  font-size: 18px;
  color: #2d69b8;
  line-height: 1.2em;
}
#homePage.pc .topNews .text {
  line-height: 1em;
}
#homePage.pc .topNews .title {
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3266a5;
  margin-bottom: 10px;
}
#homePage.pc .topNews .desc {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #797979;
}
#homePage.pc .topNews2 {
  display: block;
  margin-bottom: 20px;
}
#homePage.pc .topNews2 .left {
  margin-right: 20px;
  float: left;
}
#homePage.pc .topNews2 .rq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  overflow: hidden;
}
#homePage.pc .topNews2 .rq .y {
  font-family: PingFang-SC-Heavy;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #f1f1f1;
  width: 54px;
  height: 30px;
  background-color: #3266a5;
  text-align: center;
}
#homePage.pc .topNews2 .rq .r {
  width: 100%;
  text-align: center;
  height: 45px;
  background-color: #f5f5f5;
  font-size: 28px;
  color: #2d69b8;
  line-height: 1.2em;
}
#homePage.pc .topNews2 .text {
  line-height: 1em;
}
#homePage.pc .topNews2 .title {
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3266a5;
  margin-bottom: 10px;
  font-size: 18px;
  color: #4b86c5;
}
#homePage.pc .topNews2 .desc {
  font-size: 13px;
  line-height: 1.75;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #797979;
}
#homePage.pc .m-top .big_tit {
  display: block;
  text-align: center;
  font-family: SourceHanSansCN-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #3777dc;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
#homePage.pc .m-top .top_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#homePage.pc .m-top .top_list li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 22px;
  padding: 0 40px;
  font-size: 14px;
}
#homePage.pc .m-top .top_list li .time {
  display: inline-block;
  width: 80px;
  height: 22px;
  background-color: #5197e3;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  margin-right: 20px;
}
#homePage.pc .m-top .top_list li a:hover {
  font-size: 14px;
  color: #2d69b8;
}
#homePage.pc .m-kstd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
#homePage.pc .m-kstd .item {
  overflow: hidden;
  text-align: center;
  display: block;
  width: 264px;
  height: 180px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
}
#homePage.pc .m-kstd .item .pic {
  margin: 16px;
}
#homePage.pc .m-kstd .item .tit {
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1em;
}
#homePage.pc .m-kstd .item .desc {
  font-size: 14px;
  letter-spacing: 0px;
  color: #999999;
}
#homePage.pc .box_01 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#homePage.pc .box_01_02 .slideTxtBox {
  text-align: left;
}
#homePage.pc .box_01_02 .slideTxtBox .hd {
  margin-bottom: 20px;
  position: relative;
  color: #555;
}
#homePage.pc .box_01_02 .slideTxtBox .hd > img {
  float: left;
  display: inline-block;
  line-height: 40px;
}
#homePage.pc .box_01_02 .slideTxtBox .hd ul {
  display: inline-block;
  margin-top: -10px;
}
#homePage.pc .box_01_02 .slideTxtBox .hd ul li {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
}
#homePage.pc .box_01_02 .slideTxtBox .hd ul li a {
  display: block;
  font-size: 22px;
}
#homePage.pc .box_01_02 .slideTxtBox .hd ul li:nth-child(2) a {
  font-size: 20px;
}
#homePage.pc .box_01_02 .slideTxtBox .hd-more {
  position: absolute;
  right: 0;
  top: -10px;
  display: none;
}
#homePage.pc .box_01_02 .slideTxtBox .on .name {
  color: var(--bg-color);
  font-weight: bold;
  border-bottom: 4px solid var(--bg-color);
  font-size: 22px !important;
}
#homePage.pc .box_01_02 .slideTxtBox .on .hd-more {
  display: block;
}
#homePage.pc .box_01_02 .slideTxtBox .hd ul li.on:after {
  opacity: 1;
}
#homePage.pc .box_01_02 .slideTxtBox .hd ul li.on .more {
  display: block;
}
#homePage.pc .box_01_02 .slideTxtBox .bd {
  min-height: 220px;
}
#homePage.pc .box_01_02 .slideTxtBox .bd .list li {
  overflow: inherit;
  position: relative;
}
#homePage.pc .box_01_02 .slideTxtBox .bd .list li a:hover {
  color: #333;
}
#homePage.pc .box_01_02 .slideTxtBox .bd .list li::before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  border: 1.5px solid #000;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#homePage.pc .m-yjkp .slideTxtBox {
  text-align: left;
}
#homePage.pc .m-yjkp .slideTxtBox .hd {
  position: relative;
  width: 600px;
  text-align: center;
  margin: auto;
  margin-top: -40px;
  margin-bottom: 20px;
}
#homePage.pc .m-yjkp .slideTxtBox .hd ul {
  display: inline-block;
  margin-top: -10px;
}
#homePage.pc .m-yjkp .slideTxtBox .hd ul li {
  display: inline-block;
  cursor: pointer;
  background: #fff;
  color: #555;
  margin: 0 5px;
}
#homePage.pc .m-yjkp .slideTxtBox .hd ul li a {
  display: block;
  font-size: 17px;
  width: 107px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: solid 1px #325980;
}
#homePage.pc .m-yjkp .slideTxtBox .hd-more {
  position: absolute;
  right: 0;
  top: -10px;
  display: none;
}
#homePage.pc .m-yjkp .slideTxtBox .on .name {
  color: var(--bg-color);
  background: #5070d0;
  color: #fff;
}
#homePage.pc .m-yjkp .slideTxtBox .on .hd-more {
  display: block;
}
#homePage.pc .m-yjkp .slideTxtBox .hd ul li.on:after {
  opacity: 1;
}
#homePage.pc .m-yjkp .slideTxtBox .hd ul li.on .more {
  display: block;
}
#homePage.pc .m-yjkp .slideTxtBox .bd .list li {
  overflow: inherit;
  position: relative;
}
#homePage.pc .m-yjkp .slideTxtBox .bd .list li a:hover {
  color: #333;
}
#homePage.pc .m-yjkp .slideTxtBox .bd .list li::before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  border: 1.5px solid #000;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#homePage.pc .m-yjkp .slideTxtBox .slide-title a {
  padding: 0 15px;
}
#homePage.pc .m-yjkp .slideTxtBox .swiper-slide .pic {
  position: relative;
}
#homePage.pc .m-yjkp .slideTxtBox .swiper-slide .pic::after {
  display: none;
  content: "";
  position: absolute;
  background: url(http://yjglj.sh.gov.cn/aqzt/images/tptt.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#homePage.pc .m-yjkp .slideTxtBox .swiper-slide .pic:hover:after {
  display: block;
}
#homePage.pc .iconfont {
  font-size: 20px;
}
#homePage.pc #lb_01 {
  position: relative;
  padding-bottom: 65%;
  height: 0;
}
#homePage.pc #lb_01 .swiper-wrapper {
  position: absolute;
}
#homePage.pc .yjzt_swiper {
  padding: 0 30px;
  margin: 0 -10px;
  min-height: 144px;
  position: relative;
  --swiper-theme-color: #fff;
}
#homePage.pc .yjzt_swiper .swiper-slide {
  width: 25%;
  overflow: hidden;
}
#homePage.pc .yjzt_swiper .swiper-slide .pic {
  width: 100%;
  height: 144px;
  overflow: hidden;
}
#homePage.pc .yjzt_swiper .swiper-slide img {
  width: 100%;
  height: 144px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#homePage.pc .yjzt_swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
#homePage.pc .yjzt_swiper .swiper-slide .slide-title a {
  display: block;
  color: #282828;
  text-align: center;
  background: #ffffff;
  border: solid 1px #eaeaea;
  line-height: 38px;
  font-size: 14px;
}
#homePage.pc .yjzt_swiper .swiper-slide:hover .slide-title a {
  display: block;
}
#homePage.pc .yjzt_swiper .swiper-button-prev {
  left: 0;
}
#homePage.pc .yjzt_swiper .swiper-button-next {
  right: 0;
}
#homePage.pc .yjzt_swiper .swiper-button-prev,
#homePage.pc .yjzt_swiper .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 !important;
  background: none;
}
#homePage.pc .yjzt_swiper .swiper-button-prev::after,
#homePage.pc .yjzt_swiper .swiper-button-next::after {
  content: "";
}
#homePage.pc .yjzt_swiper .swiper-button-prev span,
#homePage.pc .yjzt_swiper .swiper-button-next span {
  font-size: 38px;
  padding: 10px 5px;
  color: var(--bg-color);
  border: 0;
  outline: none;
}
#homePage.pc .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
#homePage.pc .swiper-pagination-bullet-active {
  background: var(--bg-color);
}
#homePage.pc .lb_02.swiper-container {
  height: 100%;
  --swiper-theme-color: $mc1;
  overflow: hidden;
}
#homePage.pc .lb_02.swiper-container .swiper-pagination {
  z-index: 99;
  right: 5px;
  bottom: 0;
  left: auto;
  width: 100px;
  color: #fff;
}
#homePage.pc .lb_02.swiper-container .swiper-pagination .a {
  font-size: 24px;
}
#homePage.pc .lb_02.swiper-container .swiper-pagination .b {
  font-size: 14px;
}
#homePage.pc .lb_02.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
}
#homePage.pc .lb_02.swiper-container .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#homePage.pc .lb_02.swiper-container .swiper-wrapper .swiper-slide .slide-title {
  line-height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 140px 0 20px;
  background: rgba(0, 0, 0, 0.5);
}
#homePage.pc .lb_02.swiper-container .swiper-wrapper .swiper-slide .slide-title a {
  font-size: 16px;
  display: block;
  color: #fff;
}
#homePage.pc .lb_02.swiper-container .swiper-pagination {
  bottom: 3px;
  right: 10px;
}
#homePage.pc .lb_02.swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
#homePage.pc .lb_02.swiper-container .swiper-pagination-bullet-active {
  background: var(--bg-color);
}
#homePage.pc .m-links {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
#homePage.pc .m-links .btn-default {
  width: 80%;
  background: #efefef;
  border: 0;
  border-radius: 0;
}
#homePage.pc .m-links .btn {
  text-align: left;
}
#homePage.pc .m-links .caret {
  float: right;
  margin-top: 10px;
}
#homePage.pc .m-links a {
  margin-left: 15px;
  background: #f0f0f0;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  float: left;
}
#homePage.pc .m-links a:hover {
  color: var(--bg-color);
}
#homePage.pc .m-links .hd {
  float: left;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-family: -webkit-pictograph;
  font-size: 30px;
  color: var(--bg-color);
}
#homePage.pc .m-links .bd {
  float: left;
}
#homePage.pc .ty-hd-01 {
  position: relative;
  display: inline-block;
  background: var(--bg-color);
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 190px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
#homePage.pc .ty-hd-01::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  border: 5px solid transparent;
  border-top-color: var(--bg-color);
}
#homePage.pc .line-dashed {
  margin: 10px 0;
  border-top: 1px dashed #ccc;
}
#homePage.pc .xinwen_list_top {
  padding: 0 10px;
}
#homePage.pc .xinwen_list_top .xinwen_list_top_hd {
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
#homePage.pc .xinwen_list_top .xinwen_list_top_desc {
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-indent: 2em;
  font-size: 14px;
  color: #999;
}
#homePage.pc .xinwen_list_top .more {
  color: #c32623;
}
#homePage.pc .xinwen_list_bottom {
  position: relative;
  overflow: hidden;
}
#homePage.pc .xinwen_list_bottom .list {
  margin: 0;
}
#homePage.pc .xinwen_list_bottom .bd .list li {
  height: 33px;
  line-height: 33px;
  overflow: inherit;
  position: relative;
}
#homePage.pc .xinwen_list_bottom .bd .list li::before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  border: 1.5px solid #000;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#homePage.pc .m-lb .swiper-pagination {
  z-index: 99;
  right: 5px;
  left: auto;
  bottom: 0;
  width: 100px;
  color: #fff;
  left: 20px;
  line-height: 55px;
  font-size: 18px;
}
#homePage.pc .m-lb .swiper-container {
  height: 360px;
  --swiper-theme-color: $mc1;
  overflow: hidden;
}
#homePage.pc .m-lb .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
}
#homePage.pc .m-lb .swiper-container .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#homePage.pc .m-lb .swiper-container .swiper-wrapper .swiper-slide .slide-title {
  height: 55px;
  line-height: 55px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
#homePage.pc .m-lb .swiper-container .swiper-wrapper .swiper-slide .slide-title a {
  font-size: 18px;
  display: block;
  color: #fff;
}
#homePage.pc .m-lb .swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
#homePage.pc .m-lb .swiper-container .swiper-pagination-bullet-active {
  background: #2d69b8;
}
#homePage.pc #lb_01 {
  position: relative;
  padding-bottom: 65%;
  height: 0;
}
#homePage.pc #lb_01 .swiper-wrapper {
  position: absolute;
}
#homePage.pc #lb_01 .swiper-button-wrap {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
#homePage.pc #lb_01 .swiper-container {
  --swiper-theme-color: #fff;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 30px;
}
#homePage.pc #lb_01 .slide-title {
  padding-left: 140px;
  padding-right: 40px;
}

#homePage.sj {
  min-width: auto;
}
#homePage.sj .ty-hd {
  text-align: center;
  margin-bottom: 10px;
}
#homePage.sj .ty-hd .hd-1 {
  position: relative;
  display: inline-block;
  margin: auto;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  color: #333333;
}
#homePage.sj .ty-hd .hd-1::before {
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
  height: 3.5px;
  content: "";
  background: #c0dbfa;
}
#homePage.sj .ty-hd .hd-1::after {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 3.5px;
  margin: auto;
  content: "";
  background: #8da3d9;
}
#homePage.sj .m-xwzx .more {
  text-align: center;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
  margin-bottom: 0;
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 5px solid #f0eff4;
}
#homePage.sj .m-yjzt ul {
  margin: 0 -10px;
  overflow: hidden;
}
#homePage.sj .m-yjzt ul li {
  height: 30vw;
  margin-bottom: 20px;
}
#homePage.sj .m-yjzt ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#homePage.sj .m-yjzt ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#homePage.sj .tzgg_li {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  height: 50px;
  overflow: hidden;
}
#homePage.sj .tzgg_li .left {
  margin-right: 20px;
  float: left;
  width: 60px;
  height: 50px;
  line-height: 1.5;
  background-color: #f5f7fa;
  border-radius: 4px;
}
#homePage.sj .tzgg_li .rq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1;
}
#homePage.sj .tzgg_li .rq .r {
  font-family: PingFang-SC-Heavy;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222a50;
  text-align: center;
  margin-bottom: 4px;
}
#homePage.sj .tzgg_li .rq .n_y {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #222a50;
}
#homePage.sj .tzgg_li .title {
  font-size: 14px;
  line-height: 1em;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  margin-bottom: 10px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#homePage.sj .ty-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#homePage.sj .ty-list li {
  position: relative;
  line-height: 30px;
  font-size: 14px;
  padding: 0;
}
#homePage.sj .ty-list li a {
  display: block;
}
#homePage.sj .ty-list li a:hover {
  color: var(--bg-color);
}
#homePage.sj .ty-list .time {
  font-size: 14px;
  right: 0;
  float: right;
  margin-left: 10px;
  color: #b1b1b1;
}
#homePage.sj .topNews {
  display: block;
  margin-bottom: 20px;
}
#homePage.sj .topNews .left {
  margin-right: 20px;
  float: left;
}
#homePage.sj .topNews .rq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 42px;
  border: solid 1px #408cd3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#homePage.sj .topNews .rq .y {
  font-size: 13px;
  letter-spacing: 0px;
  color: #2d69b8;
  line-height: 1em;
}
#homePage.sj .topNews .rq .r {
  font-size: 18px;
  color: #2d69b8;
  line-height: 1.2em;
}
#homePage.sj .topNews .text {
  line-height: 1em;
}
#homePage.sj .topNews .title {
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3266a5;
  margin-bottom: 10px;
}
#homePage.sj .topNews .desc {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #797979;
}
#homePage.sj .topNews2 {
  display: block;
  margin-bottom: 20px;
}
#homePage.sj .topNews2 .left {
  margin-right: 20px;
  float: left;
}
#homePage.sj .topNews2 .rq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  overflow: hidden;
}
#homePage.sj .topNews2 .rq .y {
  font-family: PingFang-SC-Heavy;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #f1f1f1;
  width: 54px;
  height: 30px;
  background-color: #3266a5;
  text-align: center;
}
#homePage.sj .topNews2 .rq .r {
  width: 100%;
  text-align: center;
  height: 45px;
  background-color: #f5f5f5;
  font-size: 28px;
  color: #2d69b8;
  line-height: 1.2em;
}
#homePage.sj .topNews2 .text {
  line-height: 1em;
}
#homePage.sj .topNews2 .title {
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3266a5;
  margin-bottom: 10px;
  font-size: 18px;
  color: #4b86c5;
}
#homePage.sj .topNews2 .desc {
  font-size: 13px;
  line-height: 1.75;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #797979;
}
#homePage.sj .topNews3 {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
#homePage.sj .topNews3 .left {
  padding-right: 10px;
  margin-right: 10px;
  float: left;
  border-right: 1px solid #333;
}
#homePage.sj .topNews3 .rq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
#homePage.sj .topNews3 .rq .y_r {
  font-family: PingFang-SC-Heavy;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  width: 54px;
  text-align: center;
}
#homePage.sj .topNews3 .rq .week {
  width: 100%;
  text-align: center;
}
#homePage.sj .topNews3 .text {
  line-height: 1em;
}
#homePage.sj .topNews3 .text p {
  color: #333;
}
#homePage.sj .topNews3 .title {
  font-size: 14px;
  line-height: 1em;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#homePage.sj .topNews3 .desc {
  font-size: 13px;
  line-height: 1.75;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #797979;
}
#homePage.sj .container {
  width: 100vw !important;
  min-width: auto;
}
#homePage.sj .m-kstd {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 7.5px;
  background: #fff;
  -webkit-box-shadow: 2px 4px 6px 0 rgba(231, 231, 231, 0.54);
          box-shadow: 2px 4px 6px 0 rgba(231, 231, 231, 0.54);
}
#homePage.sj .m-kstd .item {
  display: block;
  overflow: hidden;
  width: 25%;
  text-align: center;
  background-color: #fff;
}
#homePage.sj .m-kstd .item .pic img {
  width: 41px;
  margin: 18px;
  margin: auto;
}
#homePage.sj .m-kstd .item .tit {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
  color: #333;
}
#homePage.sj .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
#homePage.sj .swiper-pagination-bullet-active {
  background: #cbb07c;
}
#homePage.sj .m-lb {
  margin-top: 20px;
}
#homePage.sj .m-lb .swiper-pagination {
  font-size: 18px;
  line-height: 30px;
  z-index: 99;
  right: 5px;
  bottom: 0;
  left: auto;
  right: 20px;
  width: 100px;
  color: #fff;
}
#homePage.sj .m-lb .swiper-container {
  overflow: hidden;
  padding-bottom: 60%;
  --swiper-theme-color: $mc1;
}
#homePage.sj .m-lb .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
}
#homePage.sj .m-lb .swiper-container .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#homePage.sj .m-lb .swiper-container .swiper-wrapper .swiper-slide .slide-title {
  line-height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
}
#homePage.sj .m-lb .swiper-container .swiper-wrapper .swiper-slide .slide-title a {
  font-size: 15px;
  display: block;
  color: #fff;
}
#homePage.sj .m-lb .swiper-container .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
#homePage.sj .m-lb .swiper-container .swiper-pagination-bullet-active {
  background: #cbb07c;
}
#homePage.sj #lb_01 {
  position: relative;
  height: 0;
  padding-bottom: 60%;
}
#homePage.sj #lb_01 .swiper-wrapper {
  position: absolute;
}
#homePage.sj #lb_01 .swiper-button-wrap {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
#homePage.sj #lb_01 .swiper-container {
  --swiper-theme-color: #fff;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}
#homePage.sj #lb_01 .slide-title {
  padding-right: 140px;
  padding-left: 20px;
}

#homePage.zz {
  background: url("/newsy/static/img/bg.png") no-repeat;
  min-width: 1200px;
}
#homePage.zz .sj,
#homePage.zz .pc {
  display: none;
}
#homePage.zz #header {
  margin-bottom: 20px;
}
#homePage.zz .ty-hd {
  position: relative;
  display: block;
  border-left: 0;
  border-right: 0;
  line-height: 30px;
  margin-bottom: 20px;
}
#homePage.zz .ty-hd:hover {
  color: var(--bg-color);
}
#homePage.zz .ty-hd .icon {
  margin-right: 10px;
}
#homePage.zz .ty-hd .hd-1 {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  text-align: center;
  color: #006bbe;
}
#homePage.zz .ty-hd .hd-2 {
  font-size: 16px;
  opacity: 0.7;
}
#homePage.zz .ty-hd .hd-more {
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
}
#homePage.zz .ty-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#homePage.zz .ty-list li {
  position: relative;
  line-height: 2;
  font-size: 20px;
  padding: 0;
}
#homePage.zz .ty-list li a {
  display: block;
}
#homePage.zz .ty-list li a:hover {
  color: var(--bg-color);
}
#homePage.zz .ty-list .time {
  font-size: 18px;
  right: 0;
  float: right;
  margin-left: 10px;
}
#homePage.zz .m-xwzx {
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 40px;
}
#homePage.zz .m-xwzx .more {
  margin-top: 40px;
  display: block;
  font-family: PingFang-SC-Heavy;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 13px;
  letter-spacing: 1px;
  color: #2298f3;
  text-align: center;
}
#homePage.zz .m-kstd {
  margin-top: -330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
#homePage.zz .m-kstd .item {
  text-align: center;
  display: block;
  width: 236px;
  height: 156px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
#homePage.zz .m-kstd .item .pic {
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
  margin: auto;
}
#homePage.zz .m-kstd .item .pic img {
  width: 98px;
  height: 98px;
}
#homePage.zz .m-kstd .item .tit {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
#homePage.zz .m-kstd .item .desc {
  font-size: 14px;
  letter-spacing: 0px;
  color: #999999;
}
#homePage.zz .box_01 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#homePage.zz .box_01_02 .slideTxtBox {
  text-align: left;
}
#homePage.zz .box_01_02 .slideTxtBox .hd {
  margin-bottom: 20px;
  position: relative;
  color: #555;
}
#homePage.zz .box_01_02 .slideTxtBox .hd > img {
  float: left;
  display: inline-block;
  line-height: 40px;
}
#homePage.zz .box_01_02 .slideTxtBox .hd ul {
  display: inline-block;
  margin-top: -10px;
}
#homePage.zz .box_01_02 .slideTxtBox .hd ul li {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
}
#homePage.zz .box_01_02 .slideTxtBox .hd ul li a {
  display: block;
  font-size: 22px;
}
#homePage.zz .box_01_02 .slideTxtBox .hd-more {
  position: absolute;
  right: 0;
  top: -10px;
  display: none;
}
#homePage.zz .box_01_02 .slideTxtBox .on .name {
  color: var(--bg-color);
  font-weight: bold;
  border-bottom: 4px solid var(--bg-color);
}
#homePage.zz .box_01_02 .slideTxtBox .on .hd-more {
  display: block;
}
#homePage.zz .box_01_02 .slideTxtBox .hd ul li.on:after {
  opacity: 1;
}
#homePage.zz .box_01_02 .slideTxtBox .hd ul li.on .more {
  display: block;
}
#homePage.zz .box_01_02 .slideTxtBox .bd {
  min-height: 220px;
}
#homePage.zz .box_01_02 .slideTxtBox .bd .list li {
  overflow: inherit;
  position: relative;
}
#homePage.zz .box_01_02 .slideTxtBox .bd .list li a:hover {
  color: #333;
}
#homePage.zz .box_01_02 .slideTxtBox .bd .list li::before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  border: 1.5px solid #000;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#homePage.zz .m-yjkp .slideTxtBox {
  text-align: left;
}
#homePage.zz .m-yjkp .slideTxtBox .hd {
  position: relative;
  width: 600px;
  text-align: center;
  margin: auto;
  margin-top: -40px;
  margin-bottom: 20px;
}
#homePage.zz .m-yjkp .slideTxtBox .hd ul {
  display: inline-block;
  margin-top: -10px;
}
#homePage.zz .m-yjkp .slideTxtBox .hd ul li {
  display: inline-block;
  cursor: pointer;
  background: #fff;
  color: #555;
  margin: 0 5px;
}
#homePage.zz .m-yjkp .slideTxtBox .hd ul li a {
  display: block;
  font-size: 17px;
  width: 107px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: solid 1px #325980;
}
#homePage.zz .m-yjkp .slideTxtBox .hd-more {
  position: absolute;
  right: 0;
  top: -10px;
  display: none;
}
#homePage.zz .m-yjkp .slideTxtBox .on .name {
  color: var(--bg-color);
  background: #5070d0;
  color: #fff;
}
#homePage.zz .m-yjkp .slideTxtBox .on .hd-more {
  display: block;
}
#homePage.zz .m-yjkp .slideTxtBox .hd ul li.on:after {
  opacity: 1;
}
#homePage.zz .m-yjkp .slideTxtBox .hd ul li.on .more {
  display: block;
}
#homePage.zz .m-yjkp .slideTxtBox .bd .list li {
  overflow: inherit;
  position: relative;
}
#homePage.zz .m-yjkp .slideTxtBox .bd .list li a:hover {
  color: #333;
}
#homePage.zz .m-yjkp .slideTxtBox .bd .list li::before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  border: 1.5px solid #000;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#homePage.zz .iconfont {
  font-size: 20px;
}
#homePage.zz #lb_01 {
  position: relative;
  padding-bottom: 65%;
  height: 0;
}
#homePage.zz #lb_01 .swiper-wrapper {
  position: absolute;
}
#homePage.zz .yjzt_swiper {
  padding: 0 30px;
  margin: 0 -10px;
  min-height: 144px;
  position: relative;
  --swiper-theme-color: #fff;
}
#homePage.zz .yjzt_swiper .swiper-slide {
  width: 25%;
  overflow: hidden;
}
#homePage.zz .yjzt_swiper .swiper-slide img {
  width: 100%;
  height: 144px;
  -o-object-fit: cover;
     object-fit: cover;
}
#homePage.zz .yjzt_swiper .swiper-slide .slide-title a {
  display: block;
  color: #282828;
  text-align: center;
  background: #ffffff;
  border: solid 1px #eaeaea;
  line-height: 38px;
  font-size: 14px;
}
#homePage.zz .yjzt_swiper .swiper-slide:hover .slide-title a {
  display: block;
}
#homePage.zz .yjzt_swiper .swiper-button-prev {
  left: 0;
}
#homePage.zz .yjzt_swiper .swiper-button-next {
  right: 0;
}
#homePage.zz .yjzt_swiper .swiper-button-prev,
#homePage.zz .yjzt_swiper .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 !important;
  background: none;
}
#homePage.zz .yjzt_swiper .swiper-button-prev::after,
#homePage.zz .yjzt_swiper .swiper-button-next::after {
  content: "";
}
#homePage.zz .yjzt_swiper .swiper-button-prev span,
#homePage.zz .yjzt_swiper .swiper-button-next span {
  font-size: 38px;
  padding: 10px 5px;
  color: var(--bg-color);
  border: 0;
  outline: none;
}
#homePage.zz .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
#homePage.zz .swiper-pagination-bullet-active {
  background: var(--bg-color);
}
#homePage.zz .lb_02.swiper-container {
  height: 100%;
  --swiper-theme-color: $mc1;
  overflow: hidden;
}
#homePage.zz .lb_02.swiper-container .swiper-pagination {
  z-index: 99;
  right: 5px;
  bottom: 0;
  left: auto;
  width: 100px;
  color: #fff;
}
#homePage.zz .lb_02.swiper-container .swiper-pagination .a {
  font-size: 24px;
}
#homePage.zz .lb_02.swiper-container .swiper-pagination .b {
  font-size: 14px;
}
#homePage.zz .lb_02.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
}
#homePage.zz .lb_02.swiper-container .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#homePage.zz .lb_02.swiper-container .swiper-wrapper .swiper-slide .slide-title {
  line-height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 140px 0 20px;
  background: rgba(0, 0, 0, 0.5);
}
#homePage.zz .lb_02.swiper-container .swiper-wrapper .swiper-slide .slide-title a {
  font-size: 16px;
  display: block;
  color: #fff;
}
#homePage.zz .lb_02.swiper-container .swiper-pagination {
  bottom: 3px;
  right: 10px;
}
#homePage.zz .lb_02.swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
#homePage.zz .lb_02.swiper-container .swiper-pagination-bullet-active {
  background: var(--bg-color);
}
#homePage.zz .m-links {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
#homePage.zz .m-links .btn-default {
  width: 80%;
  background: #efefef;
  border: 0;
  border-radius: 0;
}
#homePage.zz .m-links .btn {
  text-align: left;
}
#homePage.zz .m-links .caret {
  float: right;
  margin-top: 10px;
}
#homePage.zz .m-links a {
  margin-left: 15px;
  background: #f0f0f0;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  float: left;
}
#homePage.zz .m-links a:hover {
  color: var(--bg-color);
}
#homePage.zz .m-links .hd {
  float: left;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-family: -webkit-pictograph;
  font-size: 30px;
  color: var(--bg-color);
}
#homePage.zz .m-links .bd {
  float: left;
}
#homePage.zz .ty-hd-01 {
  position: relative;
  display: inline-block;
  background: var(--bg-color);
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 190px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
#homePage.zz .ty-hd-01::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  border: 5px solid transparent;
  border-top-color: var(--bg-color);
}
#homePage.zz .line-dashed {
  margin: 10px 0;
  border-top: 1px dashed #ccc;
}
#homePage.zz .xinwen_list_top {
  padding: 0 10px;
}
#homePage.zz .xinwen_list_top .xinwen_list_top_hd {
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
#homePage.zz .xinwen_list_top .xinwen_list_top_desc {
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-indent: 2em;
  font-size: 14px;
  color: #999;
}
#homePage.zz .xinwen_list_top .more {
  color: #c32623;
}
#homePage.zz .xinwen_list_bottom {
  position: relative;
  overflow: hidden;
}
#homePage.zz .xinwen_list_bottom .list {
  margin: 0;
}
#homePage.zz .xinwen_list_bottom .bd .list li {
  height: 33px;
  line-height: 33px;
  overflow: inherit;
  position: relative;
}
#homePage.zz .xinwen_list_bottom .bd .list li::before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  border: 1.5px solid #000;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#homePage.zz .m-lb .swiper-pagination {
  z-index: 99;
  right: 5px;
  left: auto;
  bottom: 0;
  width: 100px;
  color: #fff;
  left: 20px;
  line-height: 55px;
  font-size: 18px;
}
#homePage.zz .m-lb .swiper-container {
  height: 360px;
  --swiper-theme-color: $mc1;
  overflow: hidden;
}
#homePage.zz .m-lb .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
}
#homePage.zz .m-lb .swiper-container .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#homePage.zz .m-lb .swiper-container .swiper-wrapper .swiper-slide .slide-title {
  height: 55px;
  line-height: 55px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
#homePage.zz .m-lb .swiper-container .swiper-wrapper .swiper-slide .slide-title a {
  font-size: 18px;
  display: block;
  color: #fff;
}
#homePage.zz .m-lb .swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
#homePage.zz .m-lb .swiper-container .swiper-pagination-bullet-active {
  background: #2d69b8;
}
#homePage.zz #lb_01 {
  position: relative;
  padding-bottom: 65%;
  height: 0;
}
#homePage.zz #lb_01 .swiper-wrapper {
  position: absolute;
}
#homePage.zz #lb_01 .swiper-button-wrap {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
#homePage.zz #lb_01 .swiper-container {
  --swiper-theme-color: #fff;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 30px;
}
#homePage.zz #lb_01 .slide-title {
  padding-left: 140px;
  padding-right: 40px;
}

#homePage.gk .ty-hd {
  position: relative;
  display: block;
  border-left: 0;
  border-right: 0;
  line-height: 30px;
  margin-bottom: 20px;
}
#homePage.gk .ty-hd:hover {
  color: var(--bg-color);
}
#homePage.gk .ty-hd .icon {
  margin-right: 10px;
}
#homePage.gk .ty-hd .hd-1 {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #2d69b8;
}
#homePage.gk .ty-hd .hd-2 {
  font-size: 16px;
  opacity: 0.7;
}
#homePage.gk .ty-hd .hd-more {
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
}
#homePage.gk .ty-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#homePage.gk .ty-list p {
  color: #666;
}
#homePage.gk .ty-list li {
  position: relative;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
}
#homePage.gk .ty-list li a {
  display: block;
}
#homePage.gk .ty-list li a:hover {
  color: var(--text-color-hvr);
}
#homePage.gk .ty-list .time {
  font-size: 14px;
  right: 0;
  float: right;
  margin-left: 10px;
}
#homePage.gk .box {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
}
#homePage.gk .topNews {
  display: block;
  margin-bottom: 20px;
}
#homePage.gk .topNews .left {
  margin-right: 20px;
  float: left;
}
#homePage.gk .topNews .rq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 42px;
  border: solid 1px #408cd3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#homePage.gk .topNews .rq .y {
  font-size: 13px;
  letter-spacing: 0px;
  color: #2d69b8;
  line-height: 1em;
}
#homePage.gk .topNews .rq .r {
  font-size: 18px;
  color: #2d69b8;
  line-height: 1.2em;
}
#homePage.gk .topNews .text {
  line-height: 1em;
}
#homePage.gk .topNews .title {
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3266a5;
  margin-bottom: 10px;
}
#homePage.gk .topNews .desc {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #797979;
}
#homePage.gk .topNews2 {
  display: block;
  margin-bottom: 20px;
}
#homePage.gk .topNews2 .left {
  margin-right: 20px;
  float: left;
}
#homePage.gk .topNews2 .rq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  overflow: hidden;
}
#homePage.gk .topNews2 .rq .y {
  font-family: PingFang-SC-Heavy;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #f1f1f1;
  width: 54px;
  height: 30px;
  background-color: #3266a5;
  text-align: center;
}
#homePage.gk .topNews2 .rq .r {
  width: 100%;
  text-align: center;
  height: 45px;
  background-color: #f5f5f5;
  font-size: 28px;
  color: #2d69b8;
  line-height: 1.2em;
}
#homePage.gk .topNews2 .text {
  line-height: 1em;
}
#homePage.gk .topNews2 .title {
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3266a5;
  margin-bottom: 10px;
  font-size: 18px;
  color: #4b86c5;
}
#homePage.gk .topNews2 .desc {
  font-size: 13px;
  line-height: 1.75;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #797979;
}
#homePage.gk .xinwen_list_top {
  padding: 0 10px;
}
#homePage.gk .xinwen_list_top .xinwen_list_top_hd {
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
#homePage.gk .xinwen_list_top .xinwen_list_top_desc {
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-indent: 2em;
  font-size: 14px;
  color: #999;
}
#homePage.gk .xinwen_list_top .more {
  color: #c32623;
}
#homePage.gk .xinwen_list_bottom {
  position: relative;
  overflow: hidden;
}
#homePage.gk .xinwen_list_bottom .list {
  margin: 0;
}
#homePage.gk .xinwen_list_bottom .bd .list li {
  height: 33px;
  line-height: 33px;
  overflow: inherit;
  position: relative;
}
#homePage.gk .xinwen_list_bottom .bd .list li::before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  border: 1.5px solid #000;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#homePage.gk .m-xxgk-kstd {
  background: #eef8f9;
}
#homePage.gk .m-xxgkml .more {
  display: inline-block;
  width: 115px;
  height: 36px;
  line-height: 36px;
  padding-right: 10px;
  background: url(/newsy/static/img/进入目录.png);
  font-size: 18px;
  color: #fff;
  text-align: right;
}
#homePage.gk .m-xxgkml .more:hover {
  color: #dcaf3b;
}
#homePage.gk .m-xxgkml .ty-hd .box {
  margin-bottom: 10px;
}
#homePage.gk .m-xxgkml .ty-hd:before {
  position: absolute;
  bottom: -44px;
  content: "";
  background: url(https://qbxd.mhedu.sh.cn//static/img/dingzi.png) no-repeat left;
  background-size: auto 100%;
  width: 12px;
  height: 39px;
  position: absolute;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#homePage.gk .m-xxgkml .ty-hd:after {
  position: absolute;
  bottom: -44px;
  content: "";
  background: url(https://qbxd.mhedu.sh.cn//static/img/dingzi.png) no-repeat left;
  background-size: auto 100%;
  width: 12px;
  height: 39px;
  position: absolute;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#homePage.gk .xxgkml-bd {
  min-height: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
#homePage.gk .xxgkml-bd a {
  width: 32%;
  text-align: center;
  line-height: 28px;
  display: flex;
  background: #f9f9f9;
  padding: 5px 0;
  margin-bottom: 6.8px;
  font-size: 16px;
      justify-content: center;
    align-items: center;
}
#homePage.gk .xxgkml-bd a:nth-child(10), #homePage.gk .xxgkml-bd a:nth-child(11) {
  width: 49%;
}
/*#homePage.gk .xxgkml-bd a:nth-child(14) {
  -ms-flex-preferred-size: content;
      flex-basis: content;
}*/
#homePage.gk .xxgkml-bd a:hover {
  color: #fff;
  background: #dcaf3b;
}
@media screen and (max-width: 768px) {
  #homePage.gk .m-xxgk-kstd .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #homePage.gk .m-xxgk-kstd > .flex > span {
    width: 100%;
  }
  #homePage.gk .m-xxgk-kstd > .flex a {
    width: 50%;
  }
}

#homePage.fuwu .wrap {
  margin: 0 -10px;
  overflow: hidden;
}
#homePage.fuwu .ty-list li {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
#homePage.fuwu .ty-list li:nth-last-child(1) {
  margin-bottom: 0;
}
#homePage.fuwu .ty-hd {
  position: relative;
  display: block;
  border-left: 0;
  border-right: 0;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
#homePage.fuwu .ty-hd:hover {
  color: var(--bg-color);
}
#homePage.fuwu .ty-hd .icon {
  margin-right: 10px;
}
#homePage.fuwu .ty-hd .hd-1 {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #2d69b8;
}
#homePage.fuwu .ty-hd .hd-2 {
  font-size: 16px;
  opacity: 0.7;
}
#homePage.fuwu .ty-hd .hd-more {
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
}
#homePage.fuwu .ty-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#homePage.fuwu .ty-list li {
  position: relative;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
}
#homePage.fuwu .ty-list li a {
  display: block;
}
#homePage.fuwu .ty-list li a:hover {
  color: var(--bg-color);
}
#homePage.fuwu .ty-list .time {
  font-size: 14px;
  right: 0;
  float: right;
  margin-left: 10px;
}
#homePage.fuwu .box {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
}
#homePage.fuwu .m-zxfw .item {
  overflow: hidden;
  text-align: center;
  display: block;
  border-radius: 6px;
  text-align: center;
}
#homePage.fuwu .m-zxfw .item:hover .pic {
  background: #fe9e23;
}
#homePage.fuwu .m-zxfw .item:hover .tit {
  color: #fe9e23;
}
#homePage.fuwu .m-zxfw .item .pic {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: auto;
  background: var(--bg-color);
  border-radius: 50%;
  vertical-align: middle;
}
#homePage.fuwu .m-zxfw .item .pic img {
  max-width: 48px;
}
#homePage.fuwu .m-zxfw .item .tit {
  font-size: 12px;
  color: #404040;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.8;
}
#homePage.fuwu .m-zxfw .item .desc {
  font-size: 14px;
  letter-spacing: 0px;
  color: #999999;
}
#homePage.fuwu .m-wsbs .bd, #homePage.fuwu .m-flfg .bd {
  min-height: 250px;
}
#homePage.fuwu .m-wsbs .slideTxtBox {
  text-align: left;
}
#homePage.fuwu .m-wsbs .slideTxtBox .hd {
  position: relative;
  color: #555;
}
#homePage.fuwu .m-wsbs .slideTxtBox .hd > img {
  float: left;
  display: inline-block;
  line-height: 40px;
}
#homePage.fuwu .m-wsbs .slideTxtBox .hd-1 {
  display: inline-block;
  float: left;
}
#homePage.fuwu .m-wsbs .slideTxtBox .hd ul {
  display: block;
  text-align: center;
}
#homePage.fuwu .m-wsbs .slideTxtBox .hd ul li {
  display: inline-block;
  cursor: pointer;
}
#homePage.fuwu .m-wsbs .slideTxtBox .hd ul li + li {
  margin-left: 10px;
}
#homePage.fuwu .m-wsbs .slideTxtBox .hd ul li a {
  height: 34px;
  display: block;
  font-size: 16px;
  cursor: pointer;
}
#homePage.fuwu .m-wsbs .slideTxtBox .hd-more {
  position: absolute;
  right: 0;
  top: -10px;
  display: none;
}
#homePage.fuwu .m-wsbs .slideTxtBox .on .name {
  color: #fe9700;
  border-bottom: 2px solid #fe9700;
}
#homePage.fuwu .m-wsbs .slideTxtBox .on .hd-more {
  display: block;
}
#homePage.fuwu .m-wsbs .slideTxtBox .hd ul li.on:after {
  opacity: 1;
}
#homePage.fuwu .m-wsbs .slideTxtBox .hd ul li.on .more {
  display: block;
}
#homePage.fuwu .m-wsbs .slideTxtBox .bd {
  min-height: 220px;
}
#homePage.fuwu .m-wsbs .slideTxtBox .bd .list li {
  height: 40px;
  line-height: 40px;
  overflow: inherit;
  position: relative;
}
#homePage.fuwu .m-wsbs .slideTxtBox .bd .list li a:hover {
  color: #333;
}
#homePage.fuwu .m-wsbs .slideTxtBox .bd .list li::before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  border: 1.5px solid #000;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#homePage.fuwu .m-wsbs .bd {
  height: 250px;
  overflow-y: auto;
  padding-right: 10px;
}
#homePage.fuwu .m-wsbs .ty-list li {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
#homePage.fuwu .m-wsbs .ty-list .time {
  width: 72px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #2388d9;
  border-radius: 3px;
  color: #fff;
  margin-top: 5px;
  cursor: pointer;
}
#homePage.fuwu .m-wsbs .ty-list .time:hover {
  background: #dcaf3b;
}
#homePage.fuwu .iconfont {
  font-size: 20px;
}
#homePage.fuwu .ty-hd-01 {
  position: relative;
  display: inline-block;
  background: var(--bg-color);
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 190px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
#homePage.fuwu .ty-hd-01::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  border: 5px solid transparent;
  border-top-color: var(--bg-color);
}
#homePage.fuwu .line-dashed {
  margin: 10px 0;
  border-top: 1px dashed #ccc;
}
#homePage.fuwu .xinwen_list_top {
  padding: 0 10px;
}
#homePage.fuwu .xinwen_list_top .xinwen_list_top_hd {
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
#homePage.fuwu .xinwen_list_top .xinwen_list_top_desc {
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-indent: 2em;
  font-size: 14px;
  color: #999;
}
#homePage.fuwu .xinwen_list_top .more {
  color: #c32623;
}
#homePage.fuwu .xinwen_list_bottom {
  position: relative;
  overflow: hidden;
}
#homePage.fuwu .xinwen_list_bottom .list {
  margin: 0;
}
#homePage.fuwu .xinwen_list_bottom .bd .list li {
  height: 33px;
  line-height: 33px;
  overflow: inherit;
  position: relative;
}
#homePage.fuwu .xinwen_list_bottom .bd .list li::before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  border: 1.5px solid #000;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* lby */
.address {
  font-size: 20px;
  line-height: 50px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  background: #f1f1f1;
}
.address a,
.address span {
  color: #666;
}

#lby .g-bd {
  margin: 0 auto;
}
#lby .g-bd .banner {
  overflow: hidden;
  height: 200px;
  margin-bottom: 30px;
}
#lby .address {
  font-size: 20px;
  line-height: 50px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  background: #f1f1f1;
}
#lby .address a,
#lby .address span {
  color: #666;
}
#lby .g-sd {
  float: left;
  width: 314px;
}
#lby .g-sd .main-column {
  font-size: 24px;
  line-height: 60px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 60px;
  padding-bottom: 10px;
  padding-left: 35px;
  color: #fff;
  background-color: var(--bg-color);
  background-image: url("/newsy/static/img/main-column-bg.png");
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center;
  background-position: left bottom;
}
#lby .g-sd .column-list {
  margin: 0;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 80px;
  background: #fafafa;
}
#lby .g-sd .column-list li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 50px;
  border-bottom: 1px solid #ddd;
}
#lby .g-sd .column-list li:nth-last-child(1) {
  border-bottom: 0;
}
#lby .g-sd .column-list .cur {
  color: #333 !important;
  background-color: #fff;
}
#lby .g-sd .column-list .cur + ul {
  display: block !important;
}
#lby .g-sd .column-list > li a {
  font-size: 22px;white-space: nowrap;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  color: #212121;
}
#lby .g-sd .column-list > li > a {
  border-left: 8px solid transparent;
}
#lby .g-sd .column-list > li > a .iconfont {
  display: none;
  float: right;
}
#lby .g-sd .column-list > li > a::before {
  font-size: 12px;
  margin-right: 20px;
  margin-left: 34px;
  content: "▶";
}
#lby .g-sd .column-list > li > a.ac, #lby .g-sd .column-list > li > a:hover {
  color: #de3319;
  border-left-color: #de3319;
}
#lby .g-sd .column-list > li > a.ac .iconfont, #lby .g-sd .column-list > li > a:hover .iconfont {
  display: block;
}
#lby .g-sd .column-list > li > a.ac + ul, #lby .g-sd .column-list > li > a:hover + ul {
  display: block;
}
#lby .g-sd .column-list .sub-list {
  display: none;
}
#lby .g-sd .column-list .sub-list .ac {
  color: #212121;
  background-color: #fff;
}
#lby .g-sd .column-list .sub-list .ac :before {
  border-color: var(--bg-color);
}
#lby .g-sd .column-list .sub-list li a {
  position: relative;
  padding-left: 45px;
}
#lby .g-sd .column-list .sub-list li a::before {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -3px;
  content: "";
  border: 3px solid #ccc;
  border-radius: 50%;
  background: #666;
}
#lby .g-sd .column-list .sub-list li a:hover::before {
  border-color: var(--bg-color);
}
#lby .g-mn {
  float: right;
  width: 860px;
}
#lby .g-mn .list-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 500px;
  list-style: none;
}
#lby .g-mn .list-1 .item {
  line-height: 50px;
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  border-bottom: 1px dashed #efefef;
}
#lby .g-mn .list-1 .item p::before {
  font-weight: bold;
  content: "·";
  margin-right: 10px;
  color: #de3319;
}
#lby .g-mn .list-1 .item:hover {
  color: #cb4322;
}
#lby .g-mn .list-1 .item .item-time {
  float: right;
  margin-right: 10px;
}
#lby .g-mn .list-1 .item .item-tit {
  font-size: 16px;
  margin-bottom: 5px;
}
#lby .g-mn .pagination {
  text-align: center;
  width: 100%;
  margin: 30px auto;
}
#lby #main-column-button {
  line-height: 65px;
  float: right;
  width: 50px;
  margin-left: 10px;
  cursor: pointer;
  text-align: center;
}

/* nry */
#nry .g-bd {
  margin: 0 auto;
}
#nry .g-bd .banner {
  overflow: hidden;
  height: 200px;
  margin-bottom: 30px;
}
#nry .address {
  font-size: 20px;
  line-height: 50px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  background: #f1f1f1;
}
#nry .address a,
#nry .address span {
  color: #666;
}
#nry .g-mn {
  position: relative;
  height: auto;
  padding: 20px;
}
#nry .main-cnt .cnt-hd {
  position: relative;
  margin-bottom: 20px;
}
#nry .main-cnt .cnt-hd .title {
  color: #333;
  font-size: 28px;
  font-family: "黑体";
  margin: auto;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 15px;
}
#nry .main-cnt .cnt-hd .subtitle {
  font-size: 22px;
}
#nry .main-cnt .cnt-hd .time {
  margin: 20px auto;
  text-align: center;
  margin: auto;
  font-size: 14px;
  height: 30px;
  font-size: 13px;
  color: gray;
}
#nry .main-cnt .cnt-hd .time > div {
  display: inline-block;
  margin: 0 10px;
}
#nry .main-cnt .cnt-bd {
  margin: auto;
}
#nry .main-cnt .cnt-content {
  font-size: 16px;
  min-height: 340px;
  line-height: 2;
}
#nry .main-cnt .cnt-content p {
  margin-bottom: 10px;font-size: 16px;
}
#nry .main-cnt .cnt-content table{margin: auto;}
#nry .main-cnt .cnt-content table tr {
  border-left:1px solid #000; border-top:1px solid #000;
}
#nry .main-cnt .cnt-content table tr td {
  border-right:1px solid #000; border-bottom:1px solid #000;
}
#nry .main-cnt .cnt-content img {
  display: block;
  max-width: 100%;
  margin: auto;
}
#nry .main-cnt .cnt-content blockquote {
  border-left: 0;
}
#nry .main-cnt .cnt-ft {
  margin: 20px;
  text-align: center;
  font-size: 15px;
}
#nry .main-cnt .cnt-ft a {
  color: #666;
}
#nry .main-cnt .cnt-ft a:hover {
  color: #c50001;
}
#nry .main-cnt .xgxx .xgxx-hd {
  border-bottom: 1px solid lightgray;
  height: 30px;
  color: #000;
  font-size: 16px;
  position: relative;
}
#nry .main-cnt .xgxx .xgxx-hd span {
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #000;
  padding: 0 10px 0 10px;
}
#nry .main-cnt .xgxx .list {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0 20px 0;
  color: #6a6a6a;
}
#nry .main-cnt .xgxx .list li {
  position: relative;
  height: 33px;
  line-height: 33px;
  border: 0;
}
#nry .main-cnt .xgxx .list li:hover {
  color: #c50001;
}
#nry .main-cnt .xgxx .list li a {
  position: absolute;
  width: 90%;
  overflow: hidden;
}
#nry .main-cnt .xgxx .list li .time {
  position: absolute;
  right: 0;
  top: 0;
}
#nry .main-cnt .fx {
  text-align: center;
}
#nry .main-cnt .fx > div {
  display: inline-block;
}
#nry .main-cnt .fx .n1 {
  width: 50px;
  height: 14px;
  background: url(https://yjglj.sh.gov.cn/images/shoucang.png) center no-repeat;
}
#nry .main-cnt .fx .n1:hover {
  background: url(https://yjglj.sh.gov.cn/images/dshoucang.png) center no-repeat;
}
#nry .main-cnt .fx .n2 {
  width: 50px;
  height: 14px;
  background: url(https://yjglj.sh.gov.cn/images/baocun.png) center no-repeat;
}
#nry .main-cnt .fx .n2:hover {
  background: url(https://yjglj.sh.gov.cn/images/dbaocun.png) center no-repeat;
}
#nry .main-cnt .fx .n3 {
  width: 50px;
  height: 14px;
  background: url(https://yjglj.sh.gov.cn/images/guanbi.png) center no-repeat;
}
#nry .main-cnt .fx .n3:hover {
  background: url(https://yjglj.sh.gov.cn/images/dguanbi.png) center no-repeat;
}
#nry .main-cnt .fx .n4 {
  width: 50px;
  height: 14px;
  background: url(https://yjglj.sh.gov.cn/images/dayin.png) center no-repeat;
}
#nry .main-cnt .fx .n4:hover {
  background: url(https://yjglj.sh.gov.cn/images/ddayin.png) center no-repeat;
}
#nry .main-cnt .fx .bscxan {
  background: url(https://yjglj.sh.gov.cn/images/search_box.jpg) left top repeat-x;
  border: 1px solid #087dcc;
  height: 21px;
}
#nry .m-gallery {
  width: 660px;
  height: 660px;
  margin: auto;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
#nry .swiper-slide {
  background-size: cover;
  background-position: center;
}
#nry .swiper-slide .pic_text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  word-break: break-word;
  line-height: 2;
  padding: 10px;
}
#nry .swiper-slide .pic_text p {
  margin: 0;
}
#nry .swiper-slide .pic_text .pic_note {
  font-size: 14px;
  text-indent: 2em;
}
#nry .gallery-top {
  height: 80%;
  width: 100%;
}
#nry .gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}
#nry .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
#nry .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#nry .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.8);
}

/* jsy */
#jsy .g-mn {
  width: 100%;
  height: auto;
}
#jsy .g-mn .m-top {
  position: relative;
  height: 65px;
  border-bottom: 1px solid lightgray;
}
#jsy .g-mn .m-top .search-result {
  position: absolute;
  left: 0;
  bottom: -1px;
  color: #323232;
  font-size: 18px;
  line-height: 36px;
  border-bottom: 2px solid #323232;
}
#jsy .g-mn .m-top .search-keyword {
  position: absolute;
  right: 0;
  color: #666;
  bottom: 0;
}
#jsy .g-mn .m-top .search-keyword a {
  line-height: 26px;
  color: #666;
}
#jsy .g-mn .keyword {
  color: #cc0033;
}
#jsy .g-mn .use-time {
  color: #cc0033;
}
#jsy .g-mn .m-list {
  min-height: 735px;
  list-style: none;
  min-height: 620px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#jsy .g-mn .m-list li {
  border-bottom: 1px solid #DCDCDC;
  padding: 10px 0;
  height: 120px;
  line-height: 1.8;
}
#jsy .g-mn .m-list .item-title {
  color: #333;
  font-size: 16px;
}
#jsy .g-mn .m-list .item-title:hover {
  color: red;
}
#jsy .g-mn .m-list .item-content {
  text-indent: 2em;
}
#jsy .g-mn .m-list .item-time {
  text-indent: 2em;
}
#jsy .g-mn .m-fy {
  text-align: right;
  margin-bottom: 20px;
}